home *** CD-ROM | disk | FTP | other *** search
-
-
- Stack windows plugin for Scalos
-
- Installation:
-
- Copy to Scalos:plugins/Menu Drawer
-
- use Scalos Menu Prefs to add a new item
- call it StackWindows (or something)
- (i placed it underneath the Window/CleanUp menu)
-
- Set the "Type" to be of "plugin" type
-
- Use the filerequester to select the plugin it should be...
- Scalos:plugins/menu/stackwindows.plugin
-
- Thats it.
-
-
- Info:
-
- This plugin has been made as a test plugin really so it does not
- do a great deal of work.
-
- it does check whether a window is too large to be moved properly
- and will attempt to resize it if so.
-
- it will not stack ant windows that do not have a title.
-
- I have included the amigae source code
-
- There are settings...
- This plugin will Use amigaini.library (if you have it)
- it will look for a file...
- ENV:Scalos/StackWindows.ini
-
- It should contain the following text...
-
- ------------snip----------------
- [INITIALPOS]
- LEFT=0
- TOP=15
- [INCREMENT]
- MOVE RIGHT=15
- MOVE DOWN=15
- ------------snip----------------
-
- Explanation:
-
- [INITIALPOS]
- Defines the initial x,y coordinates for the first window
- Default is LEFT=0 and TOP=15
-
- [INCREMENT]
- Defines how far each window will be stacked from
- the initial left/top position.
-
- the default is 15 pixels which means that all windows will be placed
- 15 pixels to the right and 15 pixels below
-